home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / tp256d.exe / PATGRPTP.BAT < prev    next >
DOS Batch File  |  1989-12-04  |  889b  |  23 lines

  1. echo off
  2. echo 
  3. echo This batch file modifies GRAPH.TPU to fix the limitation the BGI
  4. echo imposes on the number of graphics modes supported.  The BGI will not
  5. echo allow more than 0AH modes or 0AH drivers installed.  If your using
  6. echo ISVGA256.BGI, you will notice that it supports over 0Ah modes,
  7. echo currently 22h modes are supported.  This patch will allow you to use
  8. echo setgraphmode with this driver.
  9. echo 
  10. echo Syntax:  PATGRAPH [TC-Directory\Libraries]
  11. echo Example: PATGRAPH C:\TC\LIB\
  12. echo 
  13. echo If no parameter is specified for the Turbo PASCAL directory, GRAPH.TPU
  14. echo in the current directory is patched.  Note: If you specify a pathname
  15. echo the last '\' is required.
  16. echo 
  17. echo PATCH.COM must be in the current directory or on your DOS exec path.
  18. echo 
  19. echo Hit any key to patch Turbo C, ^C to exit
  20. echo 
  21. pause
  22. PATCH PATGRPTP.DIF %1GRAPH.TPU
  23.